home *** CD-ROM | disk | FTP | other *** search
/ HTBasic 9.3 / HTBasic 9.3.iso / 83win / data1.cab / DLL_Toolkit / Source / HTBPass / RegularRun.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-03-02  |  1.4 KB  |  56 lines

  1. /*************************************************
  2. HTBPass.dll
  3.  
  4. RegularRun.h
  5.  
  6. Copyright TransEra Corporation 1999
  7. *************************************************/
  8. #if !defined(AFX_REGULARRUN_H__688F7EB1_6AB2_11D3_8BBC_00105AC66D91__INCLUDED_)
  9. #define AFX_REGULARRUN_H__688F7EB1_6AB2_11D3_8BBC_00105AC66D91__INCLUDED_
  10.  
  11. #if _MSC_VER > 1000
  12. #pragma once
  13. #endif // _MSC_VER > 1000
  14. // RegularRun.h : header file
  15. //
  16.  
  17. /////////////////////////////////////////////////////////////////////////////
  18. // RegularRun dialog
  19.  
  20. class RegularRun : public CDialog
  21. {
  22. // Construction
  23. public:
  24.     RegularRun(CWnd* pParent = NULL);   // standard constructor
  25.  
  26. // Dialog Data
  27.     //{{AFX_DATA(RegularRun)
  28.     enum { IDD = IDD_DIALOG2 };
  29.     CString    m_rUserName;
  30.     CString    m_rPassword;
  31.     //}}AFX_DATA
  32.  
  33.  
  34. // Overrides
  35.     // ClassWizard generated virtual function overrides
  36.     //{{AFX_VIRTUAL(RegularRun)
  37.     protected:
  38.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  39.     //}}AFX_VIRTUAL
  40.  
  41. // Implementation
  42. protected:
  43.  
  44.     // Generated message map functions
  45.     //{{AFX_MSG(RegularRun)
  46.     afx_msg void OnrOk();
  47.     afx_msg void OnRCancel();
  48.     //}}AFX_MSG
  49.     DECLARE_MESSAGE_MAP()
  50. };
  51.  
  52. //{{AFX_INSERT_LOCATION}}
  53. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  54.  
  55. #endif // !defined(AFX_REGULARRUN_H__688F7EB1_6AB2_11D3_8BBC_00105AC66D91__INCLUDED_)
  56.